PokemonSpeciesFlavorText

@Serializable
data class PokemonSpeciesFlavorText(val flavorText: String, val language: Handle.Named<Language>, val version: Handle.Named<Version>)(source)

Flavor text entries for a Pokémon species. See: https://pokeapi.co/docs/v2#flavortext

Parameters

flavorText

The localized flavor text for a Pokémon species.

language

The language this flavor text is in.

version

The version this flavor text is extracted from.

Constructors

Link copied to clipboard
constructor(flavorText: String, language: Handle.Named<Language>, version: Handle.Named<Version>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard